home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / volume.dxr / 00012_ÉXÉNÉäÉvÉgâê‡.txt < prev    next >
Encoding:
Text File  |  1997-11-06  |  1.2 KB  |  47 lines

  1.  
  2. QuickTime窶堙「Video for Windows窶堙固スナセナ テ版スツイ窶堙ーニ坦ニ停\愴暖ニ陳債ーニ停\ケ窶堋キ窶堙ゥ窶堙俄\堙債、digitalVideoニ坦ニ筑ニ停\愴檀窶堙ーナスg窶廃窶堋キ窶堙ェ窶堙寂\堙ヲ窶堋「ツ。
  3.  
  4.  
  5. ツニ槌湛ニ坦ニ但ニ湛ニ誰ニ椎 ニ致ニ暖ツ≫\ž
  6.  
  7. on exitFrame
  8.  
  9.    --窶堙や\堙懌\堙昶\堙ーニ恥ニ馳ニ鍛ニ暖窶堙可静昶\凖ィ
  10.    puppetSprite 12, TRUE
  11. end
  12.  
  13. on exitFrame
  14.   go to the frame
  15. end
  16.  
  17.  
  18. ツニ停\堙や\堙懌\堙敖≫\ž
  19.  
  20. on mouseDown
  21.  
  22.   --窶堙や\堙懌\堙昶\堙戸†テ壺\慊ョ窶敕才†テ坂\堙ーツ静昶\凖ィ窶堋オツ、ニ椎 ニ但ニ停\ケニ耽ニ辰ニ停ぎ窶堙…ニ断ニ淡ニ耽ニ停\ケニ池ニ断ニ棚窶堙家停ぎツーニ池ツーナスナセナ テ披\堙ーツ静昶\凖ィ窶堋キ窶堙ゥ
  23.   set zure = ( the mouseH - the locH of sprite clickOn() )
  24.   repeat while the stillDown
  25.     set the locH of sprite clickOn() = constrainH( 10, the mouseH - zure ) 
  26.     set the movieTime of sprite 13 = integer(  float( ( the locH of sprite clickOn() - the left of sprite 10 ) * 1430 / the width of sprite 10 ) )
  27.     updateStage
  28.   end repeat
  29. end
  30.  
  31. on mouseUp
  32.  
  33.   --ニ筑ニ脱ニ湛窶堙ー窶ーテー窶「テコ窶堋キ窶堙ゥ窶堙†ツ催„ツ青カ
  34.   set the movieRate of sprite 13 to 1
  35. end
  36.  
  37.  
  38. ツニ槌停ぎツーニ池ツーニ湛ニ誰ニ椎 ニ致ニ暖ツ≫\ž
  39.  
  40. on idle
  41.  
  42.   --ツ催„ツ青カナスナセナ テ披\堙ヲ窶堙ィ窶堙や\堙懌\堙昶\堙個催\窶「Wツ更ツ新
  43.   set the locH of sprite 12 = the left of sprite 10 + float(the width of sprite 10) / 1430 * the movieTime of sprite 13
  44.   updateStage
  45. end 
  46.  
  47.